flyspell.el (flyspell-large-region): Use extended character mode if defined (Bug...
authorAgustin Martin <agustin.martin@hispalinux.es>
Thu, 13 Oct 2011 18:37:57 +0000 (20:37 +0200)
committerAgustin Martin <agustin.martin@hispalinux.es>
Thu, 13 Oct 2011 18:37:57 +0000 (20:37 +0200)
commite4804fe0d59e2cfb8374d1cbd0236ce510a77478
tree105e37f57063d4c843f42237912b91c25b4d6efe
parentbf56d4a97014e9ad71829c207caac26248cf25cd
flyspell.el (flyspell-large-region): Use extended character mode if defined (Bug#1339).

flyspell-large-region was not setting extended character mode for the
external ispell process. This was affecting ispell with 8bit charsets
not being the default, like in german.

Since extended character mode was not used, process used default 7bit
pseudo-charset resulting in some messages like

 -> rterbuch - 68: word not found

about words not found.

This may be related to (Bug#1339).
lisp/ChangeLog
lisp/textmodes/flyspell.el